fix codacy flagged %d in format string mismatch.
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Thu, 14 Oct 2021 12:36:25 +0000 (06:36 -0600)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Thu, 14 Oct 2021 12:36:25 +0000 (06:36 -0600)
commita34c2c9449bd83884d36fc38fd9fe6662fe49f4b
treee43c04f8e18a6f1f5ce296ef1d9031880a004b23
parent0e2f24367a4adc9dfd8e230f5e17ccfd26b9cd2a
fix codacy flagged %d in format string mismatch.

%d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'.
tpo.cc